home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 17773 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.5 KB

  1. Path: freenet2.afn.org!afn03257
  2. From: afn03257@freenet2.afn.org (Daniel P Hudson)
  3. Newsgroups: comp.lang.c++,rec.games.programmer,alt.msdos.programmer,comp.programming
  4. Subject: Re: Young programmers read me.
  5. Date: 16 Apr 1996 23:38:54 GMT
  6. Message-ID: <4l1b2e$449@huron.eel.ufl.edu>
  7. References: <1996Apr15.175153@cantva>
  8.  <850.6679T1168T2286@mbox.vol.it>
  9. NNTP-Posting-Host: freenet2.afn.org
  10. X-Newsreader: NewsWerthy 2.04 (unregistered)
  11.  
  12. In <850.6679T1168T2286@mbox.vol.it>, bizzetti@mbox.vol.it (Fabio Bizzetti)
  13. wrote:
  14.  
  15. >>>> >Definitely not. For example, PowerBasic is a full-featured
  16. >>>> >programming language. It can be used to write "real" applications.
  17. >>>> >
  18. >>>> Don't know about PowerBasic, but Visual Basic is a piece of shit.
  19. >>>>
  20. >>>
  21. >>> Yes, I agree VB is shit, but PowerBasic is quite different.
  22.  
  23. >>Yep, If PowerBASIC could do a flat memory model (I know it's in the works), I
  24. >>would still be using BASIC, I think it's compareable to any 16bit C compiler.
  25.  
  26.  
  27. >Please explain this point, I only programmed full 32bits CPUs untill now, and
  28. >I dont understand how i.e. PowerBASIC doesn't support "flat memory model".
  29. >Do we have max 64K for arrays? ;) I dont think so..
  30. >so what's the problem? Maybe the Peek instruction has a 64K segmentation?
  31.  
  32.  Do you have 4GB Max arrays? I don't think so. PB uses dynamic memory 
  33.  allocation for most array's and ergo your limit is whatever is free of the
  34.  640KB base memory. Its like using the huge model in TC.
  35.  
  36. >If one wants to code for 486/586, how to code using always 32bit addresses? :P
  37.  
  38.  Protected mode.
  39.